home *** CD-ROM | disk | FTP | other *** search
/ Wayzata World Factbook 1995 / World Factbook - 1995 Edition - Wayzata Technology (1995).iso / mac / Mac / Textware 4.0 / Textware 4.0.rsrc / TEXT_136_Search Window.txt < prev    next >
Text File  |  1994-10-14  |  4KB  |  81 lines

  1. TextWareΓäó Context Help: Search Window
  2.  
  3. The Search window is active.  This window displays the search
  4. aspects of the CardFile.  Its features are:
  5.  
  6.     Enter Search Criteria box
  7.         Type text/words into this box that will make up a search.  Typing
  8.         in this box causes the Word Wheel to scroll and show the number of
  9.         occurrences of the word currently typing in.
  10.     
  11.     Search Button
  12.         Once a search has been entered and all the other options chosen, then
  13.         press this button (or ENTER) to start the search.  Simple searches 
  14.         generally work the best and are a good starting point.  You may narrow 
  15.         a search down to eliminate unwanted "hits" by choosing the 
  16.       other options.
  17.         Pressing this activates the "HitList" window.
  18.     
  19.     The Word Wheel
  20.         As a search is typed in, the Word Wheel is scrolled to show the closest 
  21.         matching word and the number of cards it occurs on.  This is valuable
  22.         information and helps you choose words that narrow the search as you 
  23.     type.  The word wheel takes time to display and can be turned off using 
  24.         the "Options" menu "Word Wheel" toggle menu item. Unchecked means 
  25.         display of the Word Wheel is off.
  26.         You may also scroll the word wheel and double click on any word in the
  27.         Word Wheel to automatically enter it into the Search Criteria box.
  28.     
  29.     Boolean Operator Buttons
  30.         The default is AND: a simple space between words is the same as an AND.
  31.         These are generally useful when entering more than one search word.
  32.         These options work for the Boolean search type. 
  33.         These are Boolean operators and work the same as their MATHEMATICS 
  34.         counterparts.  In simple terms: when entering more than one word these
  35.         operators can be inserted between the search words.
  36.         Example: 20 cards have the word students
  37.                  30 cards have the word teachers
  38.                  18 cards have both words
  39.                  75 total cards
  40.                  
  41.         AND           Example: Teachers AND students 
  42.                       Result:  18 cards that have both the words 
  43.                                teachers + students   
  44.         OR            Example: Teachers OR students 
  45.                       Result:  32 cards that have either the words 
  46.                                teachers or students (30 + 20) - 18
  47.         NOT           Example: NOT students 
  48.                       Result:  55 cards that do not have the word 
  49.                                students (75 - 20)
  50.         ANDNOT        Example: Teachers ANDNOT students 
  51.                       Result:  12 cards that have the word teachers 
  52.                                but do not have the word students (30 - 18)
  53.         XOR           Example: Teachers XOR students 
  54.                       Result:  14 cards that have the word teachers or students
  55.                                but do not have both! (20-18) + (30-18)
  56.         ORNOT         Example: Teachers ORNOT students 
  57.                       Result:  73! cards that have the word teachers 
  58.                                or do not have the word students (75 -(20-18))
  59.         
  60.     Search Type Options
  61.         Boolean 
  62.             The default search type, fastest, and most used.
  63.         Proximity
  64.             Looking for the search words, not just on the same card
  65.             but in close proximity to one another. Narrows the search,
  66.             takes longer.  You can choose the proximity variables
  67.             whether the order of the words is important and how close
  68.             together they must be to match.
  69.         Phrase
  70.             Looking for the search words in the exact sequence.
  71.             Narrows down the search considerably, takes longer.
  72.      
  73.      WildCards
  74.          * and ? are special characters
  75.          * Matches an unlimited number of characters in that location to 
  76.            complete a word.
  77.          ? Matches any single character in that location to complete a word.
  78.      
  79.     Pressing the Space Bar brings up the Search Window.
  80.  
  81.